Updated: 2012-06-30 16:48:39
Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. In this much-anticipated update to "the Camel," three renowned Perl authors cover the language up to its current version, Perl 5.14, with a preview of features in the upcoming 5.16.
Updated: 2012-06-30 16:48:36
Updated: 2012-06-30 07:25:42
We welcome urbia.com AG as a Silver Sponsor of this years' YAPC::Europe. urbia.com AG (a company of Gruner + Jahr AG & Co KG) operates the web community www.urbia.de targeting young families with topics like pregnancy, birth, baby and parenting...
Updated: 2012-06-30 05:58:32
Updated: 2012-06-29 19:16:07
Updated: 2012-06-29 15:00:00
For info, the slides of my talks at the French Perl Workshop 2012 re now online :
a comparison of Perl ORMs DBIx::Class and DBIx::DataModel
a PAN odule for generating SQL::Abstract datastructures from a web form
Updated: 2012-06-29 05:36:15
Perlでは特定のバージョンのモジュールをインストールする作業というのが、結構大変だ。数が少ないうちはなんとかなるけれど、数が多くなってくると、大変。
今特定のバージョンのモジュールがインストールされているかをチェックするための試験があれば便利です。Test::ModuleVersionは、そのような試験を自動生成してくれます。
use Test::ModuleVersion;
# モジュール試験の作成
my $tm = Test::ModuleVersion->new;
$tm- [...]
Updated: 2012-06-29 03:29:35
Updated: 2012-06-29 01:40:18
Updated: 2012-06-29 00:05:56
Updated: 2012-06-28 18:43:00
Updated: 2012-06-28 11:57:00
Updated: 2012-06-28 07:00:32
Updated: 2012-06-28 04:52:39
Updated: 2012-06-27 02:10:15
Updated: 2012-06-26 09:37:56
Neben Dave Mitchells "Fixing Perl5 Core Bugs"-Grant steht auch Nicholas Clarks Grant "Improving Perl 5" zur Verlängerung an.
Clark beantragt weitere 20.000 USD für 400 Stunden arbeit. Wie bei Mitchells Antrag möchte die Perl Foundation auch hier erst die Meinung der Community einholen.
Updated: 2012-06-25 12:02:25
Dave Mitchell hat bei der Perl Foundation eine weitere Verlängerung seines "Fixing Perl 5 Core Bugs"-Grants beantragt.
Die Verlängerung ist 20.000 USD wert. Bevor die Perl Foundation über den Antrag entscheidet, möchte sie Meinungen aus der Community hören.
Updated: 2012-06-24 19:35:21
It is strange but it is true. At least for me. Restarting is hard.
For a while I have been writing 3-4 times a week, but in recent months I
got so busy with work at clients, with traveling and with various other
stuff, that I did not have the peace of mind to post articles.
For the full article visit Restarting is hard
Updated: 2012-06-21 14:45:08
Updated: 2012-06-06 06:29:13
Perl 5 bietet die Möglichkeit, Perl für andere Systeme zu kompilieren. Das funktioniert aber nicht immer einwandfrei.
Jess Robinson will daran arbeiten, Perl für Android zu kompilieren. Dazu wird sie die gesamte Infrastruktur für Cross-Compilation anfassen und ändern.
Updated: 2012-05-14 16:07:25
Updated: 2012-05-03 10:04:27
After a long period of yak shaving, yesterday I decided to go for the short-cut
and set up a minimal system for the Perl Maven
web site.
For the full article visit Perl Maven Cookbook